home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Securite / RegRun Reanimator / ReanimatorStart.exe / install_script.iss
Text File  |  2010-08-20  |  3KB  |  68 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=Greatis Reanimator
  5. AppVerName=RegRun Reanimator
  6. AppId=Greatis Reanimator
  7. AppPublisher=Greatis Software, LLC.
  8. AppPublisherURL=http://www.greatis.com
  9. AppSupportURL=http://www.greatis.com/reanimator
  10. AppUpdatesURL=http://www.greatis.com/reanimator
  11. DefaultDirName={code:GetMyDir}
  12. DefaultGroupName=Reanimator
  13. OutputBaseFilename=ReanimatorStart
  14. Compression=lzma
  15. DisableProgramGroupPage=yes
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\Reanimator,1.exe"; DestDir: "{app}"; DestName: "Reanimator.exe"; Flags: ignoreversion 
  22. Source: "{app}\7za.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  23. Source: "{app}\greatis.rdb"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  24. Source: "{app}\GWebUpdate.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  25. Source: "{app}\logo.bmp"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  26. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  27. Source: "{app}\reanimator,2.exe"; DestDir: "{app}"; DestName: "reanimator.exe"; Flags: restartreplace ignoreversion 
  28. Source: "{app}\regrun2.chm"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  29. Source: "{app}\regrun2.cnt"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  30. Source: "{app}\regrun2.hlp"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  31. Source: "{app}\regrunck.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  32. Source: "{app}\regruninfo.db"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  33. Source: "{app}\RegRunInfo.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  34.  
  35. [Registry]
  36. Root: HKCU; Subkey: "Software\Greatis\Reanimator"; Flags: uninsdeletekey 
  37. Root: HKLM; Subkey: "Software\Greatis\Reanimator"; Flags: uninsdeletekey 
  38.  
  39. [Run]
  40. Filename: "{app}\reanimator.exe"; Parameters: "/c"; Description: "Update Application Database"; 
  41. Filename: "{app}\Reanimator.exe"; Description: "Launch Reanimator"; Flags: postinstall nowait
  42.  
  43. [UninstallRun]
  44. Filename: "{app}\Reanimator.exe"; Parameters: "/x"; StatusMsg: "Uninstalling Reanimator..."; 
  45.  
  46. [Icons]
  47. Name: "{userdesktop}\Reanimator"; Filename: "{app}\Reanimator.exe"; 
  48. Name: "{group}\Detailed System Report"; Filename: "{app}\Reanimator.exe"; Parameters: "/sysrep"; 
  49. Name: "{group}\Reanimator"; Filename: "{app}\Reanimator.exe"; 
  50. Name: "{group}\Update Reanimator"; Filename: "{app}\gwebupdate.exe"; Parameters: "http://greatis.com/reanimator.ini /r"; 
  51. Name: "{group}\Uninstall Reanimator"; Filename: "{uninstallexe}"; 
  52.  
  53. [CustomMessages]
  54. default.NameAndVersion=%1 version %2
  55. default.AdditionalIcons=Additional icons:
  56. default.CreateDesktopIcon=Create a &desktop icon
  57. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. default.ProgramOnTheWeb=%1 on the Web
  59. default.UninstallProgram=Uninstall %1
  60. default.LaunchProgram=Launch %1
  61. default.AssocFileExtension=&Associate %1 with the %2 file extension
  62. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  63.  
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "default"; MessagesFile: "embedded\default.isl"; 
  68.